entry: Fix typo
authorMichael Catanzaro <mcatanzaro@igalia.com>
Sun, 20 Dec 2015 17:52:30 +0000 (11:52 -0600)
committerMichael Catanzaro <mcatanzaro@igalia.com>
Sun, 20 Dec 2015 17:52:30 +0000 (11:52 -0600)
gtk/gtkentry.c

index fe37a562c07d9c5fe1a14d18225d991e94f9d1fd..ca13c3f6e0f93e271824f56931e34005461fd1a2 100644 (file)
  * When the entry shows icons, it adds subnodes with the name image and the
  * style class .left or .right, depending on where the icon appears.
  *
- * When the entry has a selection, it adds a subnode with the name sleciton.
+ * When the entry has a selection, it adds a subnode with the name selection.
  *
  * When the entry shows progress, it adds a subnode with the name progress.
  * The node has the style class .pulse when the shown progress is pulsing.